.quick {
  display: block;
}

.quick2 {
  display: none;
}

.quotes a {
  text-transform: inherit;
}

body {
  font-family: 'DM Sans';
}

.ownmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit;
  background: #044095;
}

.ownmenu ul.dropdown li:hover>a {
  color: #000;
  font-weight: 500;
}

.containera {
  height: 85vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3f2fd;
}

.headservice {
  height: 563px;
}

.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}

.quicklink h3 a:hover,
a {
  color: #000;
  text-decoration: none;
}

.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}

.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

.quicklink h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 24.04px;
}

/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

.dotp {
  margin-left: 25px;
  margin-top: -17px;
}

.dot-circle i {
  font-size: 5px;
  margin-left: 2px;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }

  .nav-btn {
    display: none;
  }
}

.containerf1 {
  height: 510px;
  width: 456px;
  background: #fff;
  padding: 25px 80px 65px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-left: 41%;
  border-radius: 10px;
}

.containerf1 .text {
  text-align: center;
  font-size: 30px;
  background: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.containerf1 form {
  padding: 0px 0 0 0;
}

.containerf1 form .form-row {
  margin: 32px 0;
}

form .form-row .input-data {
  width: 100%;
  height: 37px;
  margin: 0 20px;
  position: relative;
  margin-bottom: 15px;
}

form .form-row .textarea {
  height: 70px;
}

.input-data input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0px;
  font-size: 18px;
  text-transform: inherit;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label {
  transform: translateY(-20px);
  font-size: 14px;
}

.textarea textarea {
  resize: none;
  padding-top: 10px;
}

.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.textarea label {
  width: 100%;
  bottom: 40px;
  background: #fff;
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before {
  transform: scale(1);
}

.submit-btn {
  background-color: #044095;
  color: #fff;
  text-transform: inherit;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
}

.submit-btn .input-data {
  overflow: hidden;
  height: 45px !important;
  width: 25% !important;
}

.submit-btn .input-data .inner {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}

.submit-btn .input-data:hover .inner {
  left: 0;
}

.submit-btn .input-data input {
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#submit1 {
  height: 45px;
  border-radius: 5px;
}

.serviceimg {
  margin-left: -3%;
}

#staff .owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #000000;
  font-size: 30px;
  position: relative;
  left: 0px;
  background: #D9D9D9;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding-top: 10px;
}

@media (max-width: 700px) {
  .containerf1 {
    height: 422px;
    width: 309px;
    background: #fff;
    padding: 25px 40px 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 4%;
    border-radius: 26px;
  }

  .containerf1 .text {
    font-size: 24px;
  }

  .containerf1 form {
    padding: 10px 0 0 0;
  }

  .containerf1 form .form-row {
    display: block;
  }

  form .form-row .input-data {
    margin: 35px 0 !important;
  }

  .submit-btn .input-data {
    width: 40% !important;
  }

  .btn {
    padding: 15px;
    font-size: 12px;
    text-transform: capitalize;
    padding-top: 0px;
  }

  form .form-row .input-data {
    width: 90%;
    height: 20px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 15px;
  }

  .assistdoc {
    margin-top: 10px;
    padding-left: 15px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .head1 {
    margin-top: 6% !important;
  }

  .quicklink h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24.04px;
  }

  .box-b .box-imgserve {
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 1);
    height: 99px;
    padding: 34px;
    width: 92%;
    border-radius: 20px;
  }

  .box-imgserve h6 {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
  }

  .documents h3 {
    font-size: 19px;
    font-weight: 600;
    text-transform: inherit;
  }

  .link {
    font-size: 20px;
    font-weight: 600;
    margin-left: -55%;
    margin-top: 2px;
    padding-bottom: 5px;
  }

  .quicklinkservice {
    padding-bottom: 29px;
  }

  .formser .containerf1 .text {
    font-size: 20px !important;
    text-align: left;
  }

  .quick {
    display: none;
  }

  .quick2 {
    display: block;
  }

  .quicklink {
    border: 2px solid #044095 !important;
    background-color: #DCEAFF;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0px 0px 0px 0px #33333366;
    margin-bottom: 10px;
    padding-top: -7px;
    margin-left: 0px !important;
    width: 100% !important;
    height: 50px !important;
  }

  .quicklink h3 {
    font-size: 15px;
    line-height: 24.04px;
    margin-top: 10px;
  }

  .subbanner h1 {
    font-size: 20px;
    letter-spacing: 1.5px;
  }

  .sub-bnr {
    min-height: 120px;
  }

  .headservice {
    height: 463px;
    width: 295px;
    margin-left: 0px;
  }

  .containerf1 {
    height: 450px;
    width: 309px;
    background: #fff;
    padding: 30px 40px 10px 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: -3%;
    border-radius: 26px;
  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }

  .dot-circle i {
    font-size: 5px;
    margin-left: 39px;
    margin-top: 13px;
  }

  .dot-circle {
    margin-left: -33px;
    margin-bottom: -17px;
  }

  .serviceimg img {
    margin-left: 2px;
    width: 300px;
  }

  .authp p {
    font-size: 15px;
    line-height: 20px;
  }

  .authp {
    margin-left: 6%;
  }

  .certificates p {
    font-size: 13px;
    margin-left: 30px;
    margin-top: -21px;
    margin-bottom: 10px;
  }

  .certificates i {
    font-size: 20px;
  }

  .quick {
    margin-left: 30px;
  }

  .imgdoc img {
    width: 300px;
    margin-left: -30px;
    height: 350px;
  }

  .owl-carousel .owl-stage-outer {
    margin-left: -26%;
  }

  #staff .owl-nav .owl-prev i,
  .owl-nav .owl-next i {
    color: #000000;
    font-size: 19px;
    position: relative;
    left: 0px;
    background: #D9D9D9;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin-left: -196px;
    padding-top: 8px;
  }

  .owl-carousel .owl-item {
    width: 240px;
  }

  .input-data label {
    font-size: 15px;
  }

  .servicename {
    padding-bottom: 60px;
  }

  .authservice h3 {
    font-size: 16px;
    margin-top: 0px;
  }

  .serviceimg {
    margin-left: 5%;
  }

  .assistdoc {
    margin-top: 10px;
    padding-left: 70px;
  }
}

/* large mobile screen */

@media(min-device-width: 393px) and (max-device-width: 500px) {
  .headservice {
    height: 463px;
    width: 100%;
    margin-left: 5px;
  }

  .containerf1 {
    height: 450px;
    width: 320px;
    margin-left: 1%;
  }

  .authp p {
    margin-left: 2px;
  }

  .dot-circle {
    margin-left: -17px;
  }

  .serviceimg img {
    margin-left: 0%;
    width: 100%;
  }

  .imgdoc img {
    margin-left: 0px;
  }

  .quotes1 {
    margin-left: 25rem;
  }

  header .logo {
    margin-left: -6%;
  }

  .box-b .box-imgserve {
    margin-left: 10px;
  }
}

@media (min-device-width: 481px) and (max-device-width: 768px) {
  .sub-bnr {
    min-height: 141px;
    padding: 0px
  }

  .subbanner h1 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-top: 38px;
  }

  .headservice {
    width: 400px;
    height: 460px;
    margin-left: 15px;
    margin-top: -26%;
  }

  .containerf1 {
    height: 422px;
    width: 406px;
    background: #fff;
    padding: 25px 40px 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 3%;
    border-radius: 26px;
  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }
}


@media (min-device-width: 800px) and (max-device-width: 1144px) {

  .subbanner h1 {
    font-size: 35px;
    letter-spacing: 0.5px;
  }

  .servicename {
    padding-top: 1px;
  }

  .headservice h4 {
    color: #044095;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px;
    padding-left: 50px;
  }

  .headservice {
    border: 4px solid #044095;
    background: linear-gradient(90deg, #FFFFFF 0%, #C5DDFF 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 350px;
    height: 440px;
    margin-left: -15px;
  }

  .containerf1 {
    height: 423px;
    width: 320px;
    background: #fff;
    padding: 25px 80px 65px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 26%;
    border-radius: 10px;
    margin-top: 11px;
  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }

  form .form-row .input-data {
    width: 100%;
    height: 30px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 15px;
  }

  .input-data input[type="text"],
  .input-data input[type="email"],
  .input-data input[type="number"] {
    font-size: 14px;
    padding: 8px;
  }

  .input-data label {
    font-size: 12px;
  }

  .serviceimg img {
    width: 500px;
    height: 500px;
  }

  .authservice h3 {
    font-size: 26px;
  }

  .certificates {
    margin-left: 28%;
    margin-top: 3%;
  }

  .certificates i {
    font-size: 20px;
  }

  .certificates p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    margin-top: -20px;
    margin-left: 35px;
  }

  .assistdoc h4 {
    margin-left: 25%;
    color: #044095;
    font-size: 22px;
    font-weight: bold;
    text-transform: inherit;
  }

  .assistdoc {
    margin-top: 9%;
    margin-left: -6%;
  }

  .quicklink {
    width: 160px;
    margin-left: 2px;
  }

  .quicklink h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.04px;
  }

  .docimg {
    margin-left: 0%;
  }

  .imgdoc img {
    width: 225px;
    height: 270px;
  }

  .documents h3 {
    font-size: 25px;
  }

  .documents p {
    font-size: 15px;
  }

  .dot-circle i {
    font-size: 7px;
  }

  .dotp {
    margin-left: 17px;
    margin-top: -17px;
  }

  .dotp p {
    font-size: 15px;
  }

  .swiperservice {
    margin-left: -55px;
  }

  #staff .owl-nav .owl-prev i {
    left: -15px;
  }

  .docrow {
    width: 750px;
  }


}